• File: index.php
  • Full Path: C:/htdocs/javascript/Analog-Clock-jsRapClock/index.php
  • Date Modified: 04/30/2025 7:56 AM
  • File size: 722 bytes
  • MIME-type: text/html
  • Charset: utf-8
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Demo</title>
<link rel="stylesheet" href="jsRapClock.css" />
<link rel="stylesheet" href="index.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="jsRapClock.js"></script>
<script>
$(document).ready(function(){
$('#demo1').jsRapClock();
$('#demo2').jsRapClock({
	caption:'London',
	clockNumbers:true,
	clock:1,
	stopwatch:5,
	pitch: 0.8,
	shiftH:1,
	shiftM:30,
	shiftS:20
});
});
</script>
</head>
<body>

https://github.com/Thibor/jsRapClock

<div id="divMain">
<div id="divGitHub">



</div>
<div id="demo1" ></div>
<div id="demo2" ></div>
</div>
</body>
</html>